home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TACTIONPALETTE / TACTIONPALETTE.txt
Text File  |  1997-02-27  |  2KB  |  96 lines

  1. object ActionPalette: TActionPalette
  2.   Left = 401
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ActionPalette'
  7.   ClientHeight = 330
  8.   ClientWidth = 389
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnClick = CancelClick
  16.   OnCreate = FormCreate
  17.   OnMouseMove = FormMouseMove
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object ActionHint: TNeoBookStickyNote
  21.     Left = 0
  22.     Top = 261
  23.     Width = 389
  24.     Height = 69
  25.     OnClick = CancelClick
  26.     BackgroundColor = 8454143
  27.   end
  28.   object ActionHeading: TLabel
  29.     Left = 8
  30.     Top = 267
  31.     Width = 33
  32.     Height = 15
  33.     Caption = 'Action'
  34.     Font.Color = clInfoText
  35.     Font.Height = -12
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsUnderline]
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object ActionDesc: TLabel
  42.     Left = 8
  43.     Top = 286
  44.     Width = 373
  45.     Height = 34
  46.     AutoSize = False
  47.     Caption = 'Desc'
  48.     Font.Color = clInfoText
  49.     Font.Height = -12
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     Transparent = True
  54.     WordWrap = True
  55.   end
  56.   object TabControl: TTabControl
  57.     Left = 218
  58.     Top = 0
  59.     Width = 170
  60.     Height = 257
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabIndex = 0
  67.     TabOrder = 0
  68.     Tabs.Strings = (
  69.       'Basic'
  70.       'Advanced'
  71.       'Both')
  72.     OnChange = TabControlChange
  73.     OnMouseMove = FormMouseMove
  74.     object ActionList: TListBox
  75.       Left = 5
  76.       Top = 26
  77.       Width = 160
  78.       Height = 225
  79.       BorderStyle = bsNone
  80.       Color = clMenu
  81.       Ctl3D = False
  82.       Font.Color = clMenuText
  83.       Font.Height = -12
  84.       Font.Name = 'Arial'
  85.       Font.Style = []
  86.       IntegralHeight = True
  87.       ItemHeight = 15
  88.       ParentCtl3D = False
  89.       ParentFont = False
  90.       TabOrder = 0
  91.       OnClick = ActionListClick
  92.       OnMouseMove = ActionListMouseMove
  93.     end
  94.   end
  95. end
  96.